home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
prtrk131
/
2_0002.pr
< prev
next >
Wrap
Text File
|
1994-08-27
|
510b
|
20 lines
$DESCRIPTION:
Version: 4.128
When a structure pointer is incremented the value is only incremented by 1 even when the size of the data type is greater than one.
$INVESTIGATION:
The function incdec() in OPERATE.CPP always generates code to increment (and decrement) by one instead of the size of the object pointer to.
$RESOLUTION:
Fixed in version: 4.133
Modules Changed: OPERATE.CPP
Modified incdec() to check object size before generating increment/decrement code.
$VERIFICATION: